@charset "utf-8";
/**
 * @author：Lee
 * @description：限制最小宽度
 */

html,body{
	min-height: 980px;
	min-width: 1680px;
}
body{
	background: #001935 url(../img/index-bg.jpg) no-repeat top center;
}